
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 25px;
    color: #666;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

img {
    max-width: 100%;
    height: auto
}

.fix {
    overflow: hidden
}

p {
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    margin-top: 0px;
    font-family: "微软雅黑";
}

input:focus,
select:focus {
    outline: none;
}

input,
button,
img {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    text-decoration: none;
    color: #363636;
}

a:hover {
    color: #e70310;
}

a:active,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

button:focus {
    outline: none;
}

button {
    cursor: pointer;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

:before,
:after {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

ul, ol, li {
    list-style: none;
}

/*div {*/
    /*transition: all .3s;*/
    /*-webkit-transition: all .3s;*/
    /*-moz-transition: all .3s;*/
/*}*/

.black-opacity {
    position: relative;
    z-index: 9;
}

.black-opacity:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/bannerContain.jpg");
    content: "";
    /*opacity: .70;*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.black-blue:before {
    background: #e70310;
}

.bg-1 {
    background: #e70310;
}

.bg-2 {
    background: #363636;
}

.bg-3 {
    background: #f5f5f5;
}

.bg-img-1 {
    background: url(../images/tp.jpg) no-repeat center center / cover;
}

.bg-img-2 {
    background: url(../images/partybuild.jpg) no-repeat center center / cover;
}

.bg-img-3 {
    background: #f0f0f0;
}

.bg-img-4 {
    background: url(../images/bg/4.jpg) no-repeat center center / cover;
}

.bg-img-5 {
    background: url(../images/bg/5.jpg) no-repeat center center / cover;
}

.bg-img-6 {
    background: url(../images/bg/6.jpg) no-repeat center center / cover;
}

.bg-img-7 {
    background: url(../images/newsBanner.jpg) no-repeat center center / cover;
}

.bg-img-8 {
    background: url(../images/bg/2.jpg) no-repeat center center / cover;
}

.ptb-25 {
    padding: 25px 0px;
}

.ptb-50 {
    padding: 50px 0px;
}

.ptb-15 {
    padding: 15px 0px;
}

.ptb-100 {
    padding: 100px 0px;
}

a#scrollUp {
    position: absolute;
    right: 20px;
    bottom: 20px;
    height: 60px;
    width: 60px;
    background: #e70310;
    text-align: center;
    line-height: 60px;
    color: #fff;
}

a#scrollUp:hover {
    background: #e70310;
}

.sticky-menu {
    opacity: 0.9;
    width: 100%;
    left: 0;
    top: 0px;
    position: fixed;
    z-index: 9999;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.sticky-menu .logo2 {
    visibility: visible;
    opacity: 1;
    position: absolute;
    z-index: 10000000;
}

/*===============================
    24. PRELOADER
===============================*/
.preloader-wrap {
    position: fixed;
    z-index: 99999;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
}

.spinner {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

.flex-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*--------header-area start--------*/
.header-top-left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-top-left ul li {
    padding: 0px 20px;
    position: relative;
}

.header-top-left ul li i {
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    background: #363636;
    color: #fff;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 14px;
}

.social-media ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.social-media ul li {
    position: relative;
    padding: 0px 12px;
}

.header-top-left ul li:first-child,
.social-media ul li:first-child,
.login-wrap ul li:first-child {
    padding-left: 0px;
}

.header-top-left ul li:last-child,
.social-media ul li:last-child,
.login-wrap ul li:last-child {
    padding-right: 0px;
}

.header-top-left ul li:first-child:before,
.social-media ul li:first-child:before,
.login-wrap ul li:first-child:before {
    display: none;
}

.header-top-left ul li:before,
.social-media ul li:before,
.login-wrap ul li:before {
    position: absolute;
    left: -1px;
    top: 7px;
    width: 1px;
    height: 15px;
    content: "";
    background: #868686;
}

.social-media ul li a {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 14px;
    background: #4767aa;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

.social-media ul li:nth-child(2) a {
    background: #1da2f2;
}

.social-media ul li:nth-child(3) a {
    background: #0077b5;
}

.social-media ul li:last-child a {
    background: #db493c;
}

.social-media ul li:hover a {
    background: #e70310;
}

.logo {
    padding: 7px 0;
}

.header-contact ul li {
    padding: 0px 30px 0px 65px;
    position: relative;
    color: #fff;
    line-height: 20px;
}

.header-contact ul li:before {
    position: absolute;
    left: 0;
    top: 5px;
    width: 1px;
    height: 30px;
    background: #868686;
    content: "";
}

.header-contact ul li:first-child:before {
    display: none;
}

.header-contact ul li span {
    display: block;
    font-weight: 700;
}

.header-contact ul li i {
    position: absolute;
    left: 10px;
    font-size: 36px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.header-contact ul li i.fa-mobile {
    left: 30px;
}

.login-wrap ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 12px 0;
}

.login-wrap ul li {
    padding: 0px 20px;
    position: relative;
}

.login-wrap ul li a {
    color: #fff;
}

.login-wrap ul li a:hover {
    color: #e70310;
}

.login-wrap ul li a i {
    margin-right: 10px;
}

.logo2 {
    padding: 0 0 0 0;
    visibility: hidden;
    opacity: 0;
}

.mainmenu ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.mainmenu ul li {
    padding-right: 10px;
    position: relative;
}

.mainmenu ul li a {
    color: #fff;
    /*line-height: 60px;*/
    padding: 15px 0px;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    font-family: "微软雅黑";
}

.mainmenu ul li:hover > a,
.mainmenu ul li.active > a {
    color: #fff;
}

.mainmenu ul li > ul {
    position: absolute;
    left: 0;
    top: 74%;
    width: 250px;
    max-width: 280px;
    /*background: #363636;*/
    border: 1px #cccccc solid;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .1);
    padding: 20px 0px;
    z-index: 9999;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
}

.mainmenu ul li:hover > ul {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}

.mainmenu ul li > ul li {
    display: block;
    padding: 0px 20px;
}

.mainmenu ul li > ul li a {
    padding: 5px 0px;
    color: #999;
}

.mainmenu ul li > ul li:hover > a {
    padding-left: 5px;
    color: #e70310;
}

.mainmenu ul li a i {
    margin-left: 5px;
}

.mainmenu ul li > ul li > ul {
    left: 100%;
    top: 0px;
}

.submit-btn {
    padding: 19px 0;
}

.submit-btn a {
    display: block;
    padding: 10px 0px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #fff;
}

.submit-btn a:hover {
    background: #fff;
    color: #363636;
}

/*--------header-area end--------*/

/*---------responsiv-area start -----------*/
.responsive-menu-wrap {
    position: relative;
}

.responsive-menu-wrap .slicknav_btn {
    background-color: transparent;
    border-radius: 0;
    display: block;
    float: right;
    margin: 0;
    padding: 25px 0;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
}

.slicknav_menu .slicknav_icon {
    margin: 0 8px;
}

.responsive-menu-wrap .slicknav_menu .slicknav_menutxt {
    display: none;
}

.responsive-menu-wrap .slicknav_menu {
    background: transparent none repeat scroll 0 0;
    font-size: 15px;
    padding: 0px 0;
    position: absolute;
    right: 0;
    top: 0;
}

.responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    display: block;
    height: 2px;
    width: 25px;
    background: #fff;
}

.responsive-menu-wrap .slicknav_nav {
    background: #363636;
    border-radius: 0px;
    clear: both;
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 20px 0;
    position: relative;
    top: 0;
    width: 690px;
    left: 0px;
    z-index: 9999999;
    position: relative;
}

.slicknav_nav a {
    color: #f1f1f1;
    text-decoration: none;
    text-transform: capitalize;
}

.slicknav_nav a i {
    display: none
}

.slicknav_nav a:hover {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, .5);
    color: #fff;
}

.responsive-menu-wrap .slicknav_nav .slicknav_row:hover {
    background: transparent;
}

.responsive-menu-wrap .slicknav_nav .slicknav_arrow {
    font-size: 14px;
    margin: 0;
    /*float: right;*/
    position: absolute;
    right: 10px;
    display: none;
}

.responsive-menu-wrap .slicknav_open .slicknav_icon span:first-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    position: relative;
    top: 5px;
}

.responsive-menu-wrap .slicknav_open .slicknav_icon span:last-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.responsive-menu-wrap .slicknav_open .slicknav_icon span:nth-child(2) {
    display: none
}

/*------------- responsiv-area end ---------------*/

/*--------slider-area start--------*/
.next-prev-style .owl-nav div {
    position: absolute;
    left: 65px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    height: 18px;
    width: 18px;
    background: url("../images/ico-left.png");
    z-index: 9999;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.next-prev-style .owl-nav div:hover {
    /*background: #e70310;*/
    color: #fff;
}

.next-prev-style .owl-nav div.owl-next {
    left: auto;
    right: 65px;
    background: url("../images/ico-right.png");
}

.slider-items img {
    visibility: hidden;
}

.slider-items.black-opacity:before {
    z-index: 9;
    opacity: .5;
}

/*--------slider-area end--------*/

/*--------search-area start--------*/
.search-area {
    margin-top: -365px;
    z-index: 999;
    position: relative;
}

.search-wrappper {
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 1px 2px 5px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 5px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 5px -1px rgba(0, 0, 0, 0.1);
}

.search-content {
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}

.search-content h2 {
    text-align: center;
    padding: 15px;
    background: #e70310;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.search-text {
    padding: 30px 20px;
}

.search-content p {
    margin-bottom: 25px;
}

.search-content span {
    display: inline-block;
    background: #e70310;
    color: #fff;
    padding: 5px 35px;
    border-radius: 5px;
    font-family: "微软雅黑";
}

ul.meta {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5px 0px;
}

ul.meta li {
    padding-left: 20px;
    font-size: 14px;
    position: relative;
}

ul.meta li:before {
    position: absolute;
    left: 9px;
    top: 0;
    content: "|";
    color: #868686;
}

ul.meta li:first-child:before {
    display: none;
}

ul.meta li:first-child {
    padding-left: 0px;
}

ul.meta li i {
    color: #e70310;
    font-size: 18px;
    margin-left: 2px;
}

.search-form {
    background: #fff;
    padding: 40px;
    border-top-left-radius: 10px;
    border-radius: 10px 10px 0 0;
}

.search-form select {
    border: 1px solid #e0e0e0;
    padding: 0px 20px;
    background: #fff url(../images/select-icon.png) no-repeat calc(100% - 15px) center;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    color: #989898;
    -webkit-appearance: none;
    appearance: none;
}

.search-form button {
    width: 100%;
    height: 40px;
    border: none;
    background: #e70310;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
}

.search-form button:hover {
    background: #363636;
}

.price-range {
    overflow: hidden;
    padding: 30px 30px 5px;
}

.ui-slider-horizontal .ui-slider-handle {
    background: #ffffff none repeat scroll 0 0;
    border: 3px solid #e70310;
    border-radius: 0;
    height: 12px;
    outline: medium none;
    top: -5px;
    width: 12px;
    border-radius: 50%;
    cursor: w-resize;
}

.ui-slider-horizontal .ui-slider-range {
    background: #e70310 none repeat scroll 0 0;
}

.ui-slider-horizontal {
    background: #e9e9e9 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 3px;
}

.value {
    display: block;
    font-weight: normal;
    left: 50%;
    margin: 0 0 0 -20px;
    position: absolute;
    text-align: center;
    top: -30px;
    width: 0;
    font-size: 16px;
}

.price-range-both.value {
    margin: 0 0 0 500px;
    top: 26px;
    width: 100px;
}

/*--------search-area end--------*/

/*--------service-area start--------*/
.service-area {
    padding: 100px 0px 70px;
}

.section-title h2 {
    font-weight: bold;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 15px;
    position: relative;
}

/*.section-title h2:before,*/
/*.section-title h2:after {*/
/*position: absolute;*/
/*left: 50%;*/

/*content: "";*/
/*z-index: 9;*/
/*}*/
/*.section-title h2:before {*/
/*width: 200px;*/
/*height: 1px;*/
/*background: #868686;*/
/*bottom: 0;*/
/*transform: translateX(-50%);*/
/*-webkit-transform: translateX(-50%);*/
/*-moz-transform: translateX(-50%);*/
/*}*/
/*.section-title h2:after {*/
/*height: 15px;*/
/*width: 15px;*/
/*background: #ffb60a;*/
/*bottom: -12px;*/
/*transform: rotate(45deg) translateX(-50%);*/
/*-webkit-transform: rotate(45deg) translateX(-50%);*/
/*-moz-transform: rotate(45deg) translateX(-50%);*/
/*}*/
.service-wrap {
    margin-bottom: 30px;
    border: 1px solid #e6e6e6;
}

.service-wrap:hover {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, .1);
    border: 1px solid #e9e9e9;
}

.service-img {
    position: relative;
    overflow: hidden;
}

.service-img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    zoom: 1;
}

.service-wrap:hover .service-img img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.service-img ul {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.service-img ul li span.rent {
    padding: 3px 15px;
    background: #e70310;
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

.service-img ul li p {
    display: inline-block;
    background: rgba(255, 255, 255, .8);
    padding: 3px 15px;
}

.service-img ul li p span {
    font-size: 14px;
    font-weight: 300;
}

.service-content {
    padding: 10px;
}

.service-content h3 {
    font-size: 14px;
    margin-bottom: 0px;
}

.service-content span {
    font-size: 14px;
    line-height: 20px;
    display: block;
    font-weight: 300;
    /*margin-bottom: 15px;*/
}

.service-content p {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.service-content .row span {
    display: block;
    margin: 7px 0px;
    font-size: 14px;
    font-weight: 300;
}

.service-content .row span i {
    color: #66ad26;
    font-size: 18px;
    margin-right: 5px;
}

/*--------service-area end--------*/

/*--------features-area start--------*/
.features-area {
    padding: 100px 0px 70px;
}

.features-wrap {
    margin-bottom: 30px;
    text-align: center;
}

.features-wrap i {
    font-size: 40px;
    color: #66ad26;
    margin-bottom: 15px;
}

.features-wrap h2 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
}

.features-wrap p {
    color: #fff;
}

/*--------features-area end--------*/

/*--------featured-properties-area start--------*/
.featured-properties-area {
    padding: 100px 0px 70px;
}

.featured-properties-wrap {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, .1);
}

.featured-properties-wrap:hover {
    box-shadow: 0px 1px 20px rgba(0, 0, 0, .1);
}

.featured-properties-content {
    padding-right: 10px;
    width: 100%;
    height: 100%;
}

.featured-properties-img {
    overflow: hidden;
    position: relative;
}

.featured-properties-img img {
    visibility: hidden;
}

.featured-properties-wrap2 .featured-properties-img {
    height: 154px !important;
}

.featured-properties-content h3 {
    font-size: 24px;
}

.featured-properties-content .meta {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 15px 0px;
}

.properties-btn li {
    margin-left: 10px;
    font-size: 14px;
}

.properties-btn li:first-child {
    margin-left: 0px;
    padding: 3px 15px;
    border: 1px solid #e70310;
}

.properties-btn li a {
    padding: 5px 20px;
    background: #e70310;
    color: #fff;
    display: block;
}

.properties-btn li a:hover {
    background: #363636;
}

/*--------featured-properties-area end--------*/

/*--------team-area start--------*/
.section-title2 h2 {
    color: #fff;
}

.team-area {
    padding: 100px 0px 70px;
}

.team-wrap {
    background: #fff;
    margin-bottom: 30px;
}

.team-content {
    padding: 10px 20px 0 20px;
}

.team-content h3 {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 24px;
}

.team-content span {
    display: block;
    line-height: 20px;
    margin-bottom: 15px;
}

.team-content p {
    margin-bottom: 25px;
}

ul.socil-icon li {
    margin-right: 10px;
}

ul.socil-icon li a {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #e1e1e1;
    border-radius: 50%;
    font-size: 14px;
}

ul.socil-icon li a:hover {
    background: #66ad26;
    color: #fff;
}

/*--------team-area end--------*/

/*--------portfolio-area start--------*/
.portfolio-area {
    padding: 100px 0px 70px;
}

.portfolio-wrap {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.portfolio-wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: 0;
    z-index: 9;
}

.portfolio-wrap:hover:before {
    opacity: .5;
}

.portfolio-wrap img {
    zoom: 1;
    width: 100%;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.portfolio-wrap:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    zoom: 2;
}

.portfolio-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    text-align: center;
    visibility: hidden;
    opacity: 0;
}

.portfolio-wrap:hover .portfolio-content {
    visibility: visible;
    opacity: 1;
}

.portfolio-content h3 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 0px;
    line-height: 30px;
    position: relative;
    top: -20px;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
}

.portfolio-wrap:hover .portfolio-content h3 {
    top: 0;
}

.portfolio-content p {
    color: #fff;
    position: relative;
    bottom: -20px;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
}

.portfolio-wrap:hover .portfolio-content p {
    bottom: 0;
}

/*--------portfolio-area end--------*/

/*--------blog-area start--------*/
.blog-area {
    padding-bottom: 70px;
}

.blog-wrap {
    margin-bottom: 30px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
    background: #fff;
    border-bottom: 2px solid transparent
}

.blog-wrap:hover {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, .1);
    border-color: #e70310;
}

.blog-img img {
    width: 100%;
}

.blog-content {
    padding: 10px 20px;
}

.blog-content h3 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.blog-content span {
    /*display: block;*/
    font-weight: 300;
    margin-bottom: 15px;
}
.blog-content p strong span,.blog-content span strong {
    font-weight: bold;
}
.blog-content p {
    margin-bottom: 15px;
}
.blog-content table tr {
    border: 1px #000 solid;
}
.blog-content table tr td {
    border-right: 1px #000 solid;
}

/*--------blog-area end--------*/

/*--------footer-area start--------*/
.footer-top {
    padding: 50px 0px 30px;
    border-top: 1px #dcdcdc solid;
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-widget h2 {
    font-size: 18px;
    line-height: 25px;
    color: #333;
    margin-bottom: 20px;
}

.footer-widget h2 span {
    display: block;
}

.footer-logo img {
    margin-bottom: 25px;
}

.footer-logo p {
    margin-bottom: 20px;
    color: #333;
}

.footer-logo ul {
    margin-top: 30px;
}

.footer-menu ul li {
    margin-bottom: 10px;
}

.footer-menu ul li:last-child {
    margin-bottom: 0px;
}

.footer-menu ul li a {
    padding-left: 35px;
    position: relative;
    color: #fff;
}

.footer-menu ul li a:hover {
    color: #66ad26;
}

.footer-menu ul li a:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    content: "\f061";
    font-family: "微软雅黑";
}

.footer-menu ul li a:hover:before {
    left: 5px;
}

.footer-contact ul li {
    position: relative;
    /*padding-left: 35px;*/
    margin-bottom: 15px;
    color: #333;
}

.footer-contact ul li i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 20px;
}

.footer-newslatter p {
    color: #333;
    margin-bottom: 10px;
}

.footer-newslatter input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #848484;
    color: #fff;
    width: 100%;
    height: 45px;
    margin-bottom: 30px;
}

.footer-newslatter button {
    height: 40px;
    width: 120px;
    border: none;
    background: #ffb60a;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
}

.footer-newslatter button:hover {
    background: #363636;
}

.footer-bottom {
    padding: 10px 0px;
    background: #96080b;
    color: #fff;
    margin-top: 65px;
}

.footer-bottom p {
    color: #fff;
}

.footer-bottom p span {
    color: #66ad26;
}

.footer-bottom p a {
    color: #fff;
}

/*--------footer-area end--------*/

/*=================================
        home page two start
=================================*/
.google-map-home {
    height: 450px;
}

.search-area2 {
    margin-top: -120px;
}

.search-area2 form {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, .1);
}

/*--------quote-area start--------*/
.quote-area {
    background-attachment: fixed;
    position: relative;
    margin-top: 45px;
}

.quote-wrap {
    padding: 90px 0px;
}

.quote-wrap span {
    font-size: 24px;
    line-height: 20px;
    color: #66ad26;
    font-family: "微软雅黑";
    font-weight: 300;
}

.quote-wrap h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
}

.quote-wrap p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 25px;
}

.quote-wrap a {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    background: #66ad26;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.quote-wrap a:hover {
    background: #363636;
}

.quote-img {
    position: absolute;
    bottom: 0;
    text-align: right;
    right: 15px;
}

/*--------quote-area end--------*/

/*--------quick-sale-area start--------*/
.quick-sale-area {
    padding: 100px 0px 70px;
}

.quick-sale-wrap {
    margin-bottom: 30px;
}

.quick-sale-wrap i {
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    border: 1px solid #363636;
    font-size: 36px;
    color: #e70310;
    margin-bottom: 25px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.quick-sale-wrap:hover i {
    background: #ffb60a;
    color: #fff;
    border-color: #ffb60a;
}

.quick-sale-wrap h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

/*--------quick-sale-area end--------*/
.team-area2 .team-wrap {
    overflow: hidden;
}

.team-area2 .team-img {
    float: left;
}

.team-area2 .team-img img {
    /*visibility: hidden;*/
}

.team-area2 .team-content {
    overflow: hidden;
}

/*--------looking-area start--------*/
.looking-area {
    padding: 100px 0px 70px;
}

.looking-wrap {
    background: #fafafa;
    padding: 30px 15px;
    margin-bottom: 30px;
    text-align: center;
}

.looking-wrap:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, .1);
}

.looking-wrap span {
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    /*background: #e70310;*/
    display: block;
    margin: 0 auto 15px;
}

/*.looking-wrap span:before {*/
/*font-size: 36px;*/
/*color: #fff;*/
/*}*/
.looking-wrap h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

/*--------looking-area end--------*/

/*--------testmonial-area start--------*/
.test-img {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
}

.test-wrap p {
    font-weight: 300;
    padding: 0px 30px;
    font-size: 18px;
    margin-bottom: 20px;
}

.test-wrap h3 {
    font-size: 24px;
    margin-bottom: 0px;
}

.test-active .owl-nav div {
    height: 30px;
    line-height: 28px;
    width: 30px;
    border-radius: 50%;
    /*border: 1px solid #363636;*/
    position: absolute;
    left: -95px;
    color: #e70310;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: url('../images/left-ico.png');
}

.test-active .owl-nav div:hover {
    color: #fff;
    border-color: #e70310;
    /*background: #e70310;*/
}

.test-active .owl-nav div.owl-next {
    left: auto;
    right: -95px;
    background: url('../images/left-ico1.png');
}

/*--------testmonial-area end--------*/

/*=================================
     home page Three start
=================================*/
.header-style-three .social-media ul li {
    padding: 0px;
    margin-left: 10px;
}

.header-style-three .social-media ul li:before {
    display: none;
}

.header-top-left p {
    font-size: 14px;
    font-weight: 600;
}

.header-style-three .social-media ul li a {
    border: none;
    height: auto;
    width: auto;
    background: transparent;
    line-height: 24px;
    color: #363636;
}

.header-style-three .social-media ul li a:hover {
    color: #e70310;
}

.header-style-three .header-contact ul {
    padding: 5px 0px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-style-three .header-contact ul li:last-child {
    padding-right: 0px;
}

.header-style-three .header-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    top: 135px;
    z-index: 99;
}

.header-style-three .mainmenu ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.header-style-three .mainmenu ul li a {
    padding: 20px 0px;
}

.header-style-three .mainmenu ul li.active > a,
.header-style-three .mainmenu ul li:hover > a {
    color: #e70310;
}

.header-style-three .mainmenu ul li > ul li a {
    padding: 10px 0px;
}

.header-style-three .login-wrap ul {
    padding: 20px 0;
}

.header-style-three .sticky-menu {
    background: #363636;
    position: fixed;
    z-index: 99999;
    top: 0;
}

.slider-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
    padding: 65px 0px 120px;
}

.slider-content h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 15px;
}

.slider-content h2 span {
    display: block;
    text-transform: capitalize;
    font-size: 36px;
    font-style: italic;
    font-weight: 400;
    font-family: "微软雅黑";
}

.slider-content p {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
}

.slider-content a {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #e70310;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
}

.slider-content a:hover {
    background: #e70310;
}

.team-area3.team-area2 .team-img {
    height: auto !important;
}

.testmonial-area2 .test-wrap p {
    color: #fff;
}

.testmonial-area2 .test-wrap h3 {
    color: #fff;
}

.testmonial-area2 .test-wrap span {
    color: #e70310;
}

/*--------pricing-table-area start--------*/
.pricing-table-area {
    padding: 100px 0px 70px;
}

.pricing-wrap {
    margin-bottom: 30px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
    background: #f8f8f8;
    text-align: center;
    padding: 55px 0px;
    border-radius: 5px;
    position: relative;
}

.pricing-wrap:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, .1);
}

.pricing-wrap span.popular {
    position: absolute;
    right: 0;
    background: #e70310;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    top: 0;
    padding: 2px 10px;
    font-family: "微软雅黑";
    font-size: 12px;
    border-radius: 3px;
    letter-spacing: 3px;
}

.pricing-wrap h4 {
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.pricing-wrap h3 {
    font-size: 73px;
    font-weight: 700;
    color: #212121;
    position: relative;
}

.pricing-wrap h3 span.dolar {
    font-size: 40px;
    top: -21px;
    left: -5px;
    position: relative;
}

.pricing-wrap h3 span.month {
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    left: -20px;
}

.pricing-wrap ul li {
    line-height: 28px;
}

.pricing-wrap ul li span {
    color: #212121;
    font-weight: 600;
}

.pricing-wrap button {
    margin-top: 30px;
    padding: 10px 25px;
    background: #e70310;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    border-radius: 5px;
    border: none;
}

.pricing-wrap button:hover {
    background: #363636;
}

/*--------pricing-table-area end--------*/

/*--------breadcumb-area start--------*/
.breadcumb-wrap h2 {
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0px;
    line-height: 36px;
}

.breadcumb-wrap ul li {
    display: inline-block;
    font-size: 18px;
    font-style: italic;
    color: #fff;
}

.breadcumb-wrap ul li a {
    color: #fff;
}

.breadcumb-wrap ul li a:hover {
    color: #e70310;
}

/*--------breadcumb-area end--------*/
.about-page-img {
    margin-bottom: 30px;
}

.about-page-wrap h3 {
    font-size: 36px;
    margin-bottom: 15px;
}

.about-page-wrap p {
    margin-bottom: 20px;
}

.about-page-wrap p:last-child {
    margin-bottom: 0px;
}

/*======================================
     property-listing-page start
======================================*/
.service-area select.select-style {
    width: 220px;
    -webkit-appearance: none;
    appearance: none;
    height: 40px;
    border: 1px solid #9a9a9a;
    border-radius: 5px;
    padding: 0px 20px;
    background: #fff url(../images/select-icon.png) no-repeat calc(100% - 15px) center;
    margin-bottom: 40px;
}

a.loadmore-btn {
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    border: 1px solid #e70310;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 3px;
}

a.loadmore-btn:hover {
    background: #e70310;
    color: #fff;
}

.property-search-form .search-form {
    padding: 40px 20px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, .1);
    border-radius: 0px;
}

.property-search-form .price-range {
    margin-bottom: 30px;
}

.sidebar-title {
    font-size: 24px;
    margin-bottom: 30px;
}

.property-search-form .sidebar-title {
    margin-bottom: 50px;
}

.sidebar-widget {
    margin-bottom: 50px;
}

.recent-post {
    padding: 40px 20px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, .1);
}

.recent-post ul li {
    overflow: hidden;
    margin-bottom: 20px;
}

.recent-post ul li:last-child {
    margin-bottom: 0px;
}

.recent-post ul li .recent-post-img {
    float: left;
    margin-right: 20px;
}

.recent-post ul li .recent-post-content {
    overflow: hidden;
}

.recent-post ul li .recent-post-content h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0px;
}

.recent-post ul li .recent-post-content span {
    display: inline-block;
    background: #e70310;
    padding: 0px 10px;
    font-size: 14px;
    color: #fff;
    margin-top: 4px;
}

.agent-wrap ul li {
    overflow: hidden;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .1);
}

.agent-wrap ul li .agent-img {
    float: left;
    margin-right: 20px;
}

.agent-wrap ul li .agent-content {
    overflow: hidden;
    padding: 11px 0px;
}

.agent-wrap ul li .agent-content h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0px;
}

.agent-wrap ul li .agent-content span {
    display: block;
    padding-left: 25px;
    position: relative;
}

.agent-wrap ul li .agent-content span i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #e70310;
}

/*------property-details-area start ------*/
.service-thumbnil-active {
    padding: 20px 50px;
    background: #f1f1f1;
    margin-top: 30px;
}

.service-thumbnil-active .owl-nav div {
    position: absolute;
    left: 10px;
    top: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #363636;
    border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    color: #fff;
}

.service-thumbnil-active .owl-nav div:hover {
    background: #e70310;
}

.service-thumbnil-active .owl-nav div.owl-next {
    left: auto;
    right: 10px;
}

.item {
    position: relative;
}

.item:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    z-index: 9;
    opacity: 0.5;
}

.service-thumbnil-active .item {
    cursor: pointer;
}

.service-thumbnil-active .item:before {
    opacity: 0;
    background: #e70310;
}

.service-thumbnil-active .item:hover:before {
    opacity: .7;
}

.service-details-title {
    font-size: 36px;
    margin-bottom: 20px;
}

.overview-wrap ul li {
    overflow: hidden;
    line-height: 36px;
    font-size: 18px;
    font-weight: 300;
    position: relative;
    margin-bottom: 3px;
}

.overview-wrap ul li:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "-------";
}

.overview-wrap ul li span {
    font-weight: 400;
}

.property-video-wrap {
    position: relative;
    margin-top: 50px;
}

.property-video-wrap a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 70px;
    background: #ff1c1c;
    border-radius: 10px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 24px;
}

.property-video-wrap a:hover {
    background: #e70310;
}

.overview-wrap ul li span i.fa-times {
    color: #ff1c1c;
}

.progress-title {
    font-size: 24px;
    margin: 30px 0px 20px;
}

.progress-wrap {
    margin-bottom: 25px;
}

.progress-wrap:last-child {
    margin-bottom: 0px;
}

.progress-wrap p {
    font-size: 18px;
    font-style: italic;
    line-height: 16px;
}

.progress-wrap .progress {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 15px;
    overflow: hidden;
    background-color: #d0d0d0;
    border-radius: 0px;
}

.progress-wrap .progress-bar {
    background: #e70310;
    position: relative;
}

.progress-wrap .progress-bar span {
    position: absolute;
    right: -25px;
    color: #363636;
    font-weight: 600;
    font-size: 12px;
}

.facilities-wrap ul li {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    height: 16px;
    text-align: center;
    margin-bottom: 25px;
    line-height: 16px;
}

.facilities-wrap ul li:last-child {
    margin-bottom: 0px;
}

.facilities-wrap ul li span.left {
    color: #fff;
    background: #363636;
}

.facilities-wrap ul li span.right {
    border: 1px solid #c9c9c9;
    border-left: none;
    line-height: 12px;
}

.author-wrap h2 {
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 24px;
}

.floor-plan-img {
    margin-bottom: 30px;
}

.author-wrap ul {
    margin: 15px 0;
}

.author-wrap ul li {
    line-height: 26px;
}

.author-wrap ul li span {
    font-weight: 600;
}

.author-area .social-media ul {
    margin-top: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.google-map h2 {
    font-size: 36px;
    margin-bottom: 0px;
    font-weight: 600;
}

.google-map p {
    font-size: 24px;
    font-style: italic;
    margin-bottom: 30px;
}

.baiduMap {
    width: 100%;
}

.baiduMap img {
    width: 100%;
}

/*------property-details-area end ------*/

/*======================================
     team-page start
======================================*/
.team-page .team-content {
    border: 1px solid #e6e6e6;
}

.team-page .team-wrap:hover {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, .2);
}

.agent-propertie {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e1e1e1;
}

.agent-propertie h3 {
    font-size: 30px;
    margin-bottom: 25px;
}

.agent-propertie-wrap h4 {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.agent-propertie-wrap p {
    font-style: italic;
}

.agent-propertie-active .owl-nav div {
    position: absolute;
    left: -15px;
    top: 50%;
    color: #fff;
    text-align: center;
    height: 25px;
    font-size: 14px;
    width: 25px;
    line-height: 23px;
    /*background: #e70310;*/
    background: url("../images/left.png");
    border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

/*.agent-propertie-active .owl-nav div:hover {*/
/*background: #e70310;*/
/*}*/
.agent-propertie-active .owl-nav div.owl-next {
    left: auto;
    right: -15px;
    background: url("../images/right.png");
}

.blog-page {
    padding: 70px 0px 70px;
}

.pagination-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination-wrapper ul li a,
.pagination-wrapper ul li span.current {
    display: block;
    height: 45px;
    width: 45px;
    border: 1px solid #e70310;
    line-height: 45px;
    font-size: 16px;
    font-weight: 700;
    margin-left: -1px;
    color: #e70310;
}

.pagination-wrapper ul li:hover a,
.pagination-wrapper ul li span.current {
    background: #e70310;
    color: #fff;
    border-color: #e70310;
}

.blog-left-sidebar-area {
    padding: 100px 0px 70px;
}

.blog-left-sidebar-area .blog-content span {
    margin-bottom: 5px;
}

.blog-content ul li {
    display: inline-block;
    margin: 10px 0px 20px 15px;
}

.blog-content ul li i {
    margin-right: 5px;
}

.blog-content ul li:first-child {
    margin-left: 0px;
}

.widget {
    margin-bottom: 50px;
}

.widget-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px;
    border-bottom: 1px solid #e70310;
    background: #e70310;
    line-height: 85px;
    text-align: center;
    color: #fff;
}

.widget_search form {
    position: relative;
}

.widget_search .form-group {
    margin-bottom: 0px;
}

.widget_search input {
    width: 100%;
    height: 50px;
    padding: 0px 50px 0px 20px;
    border: 1px solid #e5e5e5;
}

.widget_search button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #e70310;
    color: #fff;
    border: none;
    cursor: pointer;
}

.widget_search button:hover {
    background: #e70310;
}

.widget_categories ul li,
.widget_archive ul li {
    padding: 15px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.navList li.active a {
    color: #e70310;
}

.widget_categories ul li:first-child,
.widget_archive ul li:first-child {
    padding-top: 0px;
}

.widget_categories ul li a,
.widget_archive ul li a {
    display: block;
    /*padding-left: 30px;*/
    position: relative;
    text-align: center;
}

.widget_categories ul li a:before,
.widget_archive ul li a:before {
    position: absolute;
    left: 0;
    top: 0;
    /*content: "\f101";*/
    font-family: "微软雅黑";
}

.widget_categories ul li a:hover:before,
.widget_archive ul li a:hover:before {
    left: 10px;
}

.widget_author img {
    border-radius: 50%;
    border: 1px solid #e70310;
    margin-bottom: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.widget_author p {
    margin-bottom: 25px;
}

.widget_author a {
    display: inline-block;
    text-transform: uppercase;
    color: #e70310;
}

.tagcloud ul li {
    display: inline-block;
    margin-bottom: 5px;
}

.tagcloud ul li a {
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    text-transform: uppercase;
}

.tagcloud ul li a:hover {
    background: #e70310;
    border-color: #e70310;
    color: #fff;
}

.widget_recent_entries ul li {
    padding-bottom: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.widget_recent_entries ul li:last-child {
    margin-bottom: 0px;
}

.post-img {
    float: left;
    margin-right: 15px;
}

.post-content {
    overflow: hidden;
}

.post-content a {
    display: block;
    font-size: 17px;
    margin-bottom: 5px;
}

.post-content p {
    /*color: #e70310;*/
    font-style: italic;
    font-size: 12px;
}

/*sidebar-start*/

/*------blog-details-area start------*/
.blog-details-area .blog-wrap {
    box-shadow: none;
    border: none;
}

.blog-details-area .blog-wrap:hover {
    border: none;
}

.blog-details-area .blog-content {
    padding: 30px 0px 0px;
}

.blog-details-area .blog-content h3 {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 35px;
}

.blog-details-area .blog-content blockquote {
    padding: 20px 0px 10px 70px;
    position: relative;
    font-size: 18px;
}

.blog-details-area .blog-content blockquote:before {
    position: absolute;
    left: 40px;
    top: 15px;
    content: "\f10d";
    font-family: "微软雅黑";
    font-size: 20px;
    opacity: .5;
}

.blog-details-area .blog-content ul.icon li i {
    margin: 0px;
}

.share-wrap {
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    margin-top: 35px;
}

.mb-20 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}

.comment-main {
    margin: 50px 0px;
}

h3.blog-title {
    font-size: 16px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

ol {
    list-style: none;
}

.comment-wrapper {
    position: relative;
}

.comments-reply {
    margin-top: 10px
}

.comment-wrap {
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ededed;
}

.comment-theme {
    float: left;
    margin-right: 30px;
}

.comment-main-area {
    overflow: hidden;
}

.comment-image {
    /*border-radius: 50%;*/
    /*border: 1px solid #e70310;*/
    overflow: hidden;
}

.comment-wrap:hover .comment-image {
    border-color: #e70310;
}

.comment-wrap1 {
    margin-left: 70px;
}

.comment-wrap2 {
    margin-left: 140px;
    margin-bottom: 0px;
}

.sewl-comments-meta h4 {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.sewl-comments-meta span {
    display: inline-block;
    color: #e70310;
    font-weight: 500;
}

.sewl-comments-meta p.hiden {
    max-height: 80px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.comment-area p {
    /*margin-bottom: 25px;*/
}

.comments-reply a {
    display: inline-block;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #e5e5e5;
}

.comments-reply a i {
    margin-right: 5px;
}

.comments-reply a:hover {
    color: #fff;
    background: #e70310;
    border-color:: #e70310;
}

.comment.even.thread-even.depth-1 {
    margin-top: 40px;
}

.sewl-form-inputs input,
.sewl-form-textarea textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    padding-left: 20px;
    margin-bottom: 30px;
}

.sewl-form-textarea textarea {
    height: 230px;
}

.form-submit input {
    height: 50px;
    width: 180px;
    text-align: center;
    line-height: 50px;
    border: none;
    background: #e70310;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.form-submit input:hover {
    background: #363636;
}

.blog-active .owl-nav div {
    left: 5px;
}

.blog-active .owl-nav div.owl-next {
    right: 5px;
}

.blog-img iframe {
    width: 100%;
    height: 450px;
}

/*------blog-details-area end------*/

/*------contact-area start------*/
.cf-msg {
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.cf-msg p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    margin-bottom: 30px;
    border: 1px solid #ededed;
}

.contact-form textarea {
    height: 200px;
}

.contact-form button {
    padding: 10px 30px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    background: #e70310;
    border: none;
}

.contact-form button:hover {
    background: #363636;
}

.contact-wrap h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
}

.contact-wrap p {
    margin-bottom: 30px;
}

.contact-wrap ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}

.contact-wrap ul li:last-child {
    margin-bottom: 0px;
}

.contact-wrap ul li i {
    position: absolute;
    left: 0;
    font-size: 24px;
    top: 0;
}

/*------contact-area end------*/

/*comingsoon-area start*/
.comingsoon-area {
    padding: 200px 0px;
    background: url(../images/bg/4.jpg) no-repeat center center;
}

.comingsoon-area.black-opacity:before {
    opacity: .5;
}

.comingsoon-wrap img {
    margin-bottom: 40px;
}

.comingsoon-wrap h1 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 60px;
    color: #fff;
    margin-bottom: 20px;
}

.comingsoon-wrap p {
    font-size: 20px;
    color: #fff;
    line-height: 35px;
    margin-bottom: 50px;
}

.comingsoon-wrap p span {
    color: #e70310;
}

.comingsoon-wrap div {
    overflow: hidden;
}

.comingsoon-wrap span.cdown {
    width: 25%;
    background: rgba(0, 0, 0, .5);
    display: block;
    float: left;
    text-align: center;
    padding: 50px 0px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.comingsoon-wrap span.cdown:last-child {
    border-right: none;
}

.comingsoon-wrap span.cdown span {
    font-size: 50px;
    color: #e70310;
    display: block;
    font-weight: 600;
    line-height: 50px;
}

.comingsoon-wrap span.cdown p {
    text-transform: uppercase;
    margin-bottom: 0px;
}

.comingsoon-wrap form {
    margin-top: 50px;
    position: relative;
}

.comingsoon-wrap input {
    width: 100%;
    height: 60px;
    padding: 0px 60px 0px 20px;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .1);
}

.comingsoon-wrap button {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 58px;
    height: 58px;
    background: #e70310;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.comingsoon-wrap button:hover {
    background: #363636;
}

/*comingsoon-area end*/

/*error-area start*/
.error-area {
    padding: 200px 0px;
    background: url(../images/bg/4.jpg) no-repeat center center;
}

.error-area.black-opacity:before {
    opacity: .5;
}

.error-wrap h1 {
    font-size: 250px;
    line-height: 250px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.error-wrap h1 span {
    color: #e70310;
}

.error-wrap h2 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}

.error-wrap p {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    padding: 30px;
    border: 1px solid #fff;
    margin-bottom: 50px;
}

.error-wrap p span {
    color: #e70310;
}

.error-wrap a {
    display: inline-block;
    padding: 15px 50px;
    text-transform: uppercase;
    background: #e70310;
    color: #fff;
    font-weight: 500;
}

.error-wrap a:hover {
    background: #363636;
}

/*error-area end*/

/**myAdd**/
.vedioAdd img {
    width: 30px;
    height: 30px;
}

#scrollUp img {
    /*width: 20px;*/
    /*height: 20px;*/
}

.page_control {
    text-align: center;
}

.page_control .btn_page {
    padding: 5px 10px;
    border: 1px #cdcdcd solid;
    border-radius: 5px;
    margin: 10px 5px;
    display: inline-block;
}

.page_control a.active {
    background: #24b73c;
    color: #fff;
}

.page_control span {
    float: left;
    padding-top: 10px;
}

.page_control span input {
    padding: 7px 10px;
    width: 30px;
    border: 1px #cdcdcd solid;
    margin: 0 5px;
    /*border-radius: 5px;*/
}

.page_control span .btn_skip_page {
    margin-top: 0px;
    padding: 7px 10px;
    border: 1px #cdcdcd solid;
    border-radius: 5px;
    /*margin:10px 5px;*/
}

/*.page_control span .btn_skip_page:hover{*/
/*background: #24b73c;*/
/*color: #fff;*/
/*}*/
.page_control .pages_number {
    display: inline-block;
}

.service-content h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service-content h3.newsTitle {
    white-space: normal;
    padding-bottom: 10px;
    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.service-img img {
    width: 100%;
    max-height: 175px;
    /*height: 200px;*/
}

#pageBox {
    margin: 0 auto;
}

#allmap {
    height: 400px;
    width: 100%;
}

.slicknav_nav ul {
    display: none;
}

.flaticon-apartment img {
    border-radius: 50%;
}

.mainTtitle {
    background: none;
    text-align: left;
    color: #000;
    line-height: 40px;
}

.mainTtitle a {
    float: right;
    color: #e70310;
    font-size: 12px;
}

.widget_categories ul li a, .widget_categories ul li a {
    text-align: left;
}

.widget_categories ul.navbut li a, .widget_categories ul.navbut li a {
    text-align: center;
}

.newsPage p.noneData {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.mainNews p.noneData {
    text-align: center;
    width: 100%;
}

.mainNews {
    margin-bottom: 40px;
}

.detailsti {
    background: none;
    border-bottom: 1px #ccc dashed;
    color: #000;
    text-align: left;
    font-size: 14px;
    line-height: 50px;
}

.detal {
    color: #e70310;
}

#submit {
    background: #e70310;
    height: 40px;
    line-height: 40px;
    width: 100px;
}

#submit:hover {
    background: #1584e0;
}

.listBorder {
    border: 1px #e9e9e9 solid;
    margin-bottom: 20px;
}

.introduce {
    /*border: 1px #e9e9e9 solid;*/
    display: block;
    text-align: left;
    border-radius: 5px;
    padding: 20px 0;
    margin-bottom: 20px;
}

.introduce img {
    border-radius: 50%;
}

.busilist {
    border: 1px #e9e9e9 solid;
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 20px 0;
    margin-bottom: 20px;
}

.agent-propertie-wrap p {
    font-style: normal;
    font-size: 12px;
}

.agent-propertie-wrap p.dets a {
    color: #e70310;
    line-height: 40px;
}

.author-wrap span {
    color: #e70310;
    font-size: 20px;
    padding: 0 5px;
}

.author-wrap h2 {
    border-bottom: 1px #eee solid;
    line-height: 40px;
}

.spTi {
    padding-left: 0;
}

.spTi span {
    width: 3px;
    height: 22px;
    float: left;
    background: #e70310;
    margin-right: 10px;
    margin-top: 2px;
}

.bannerImg img {
    /*width: 100%;*/
    display: block;
    margin-bottom: 20px;
}

.bannerImg {
    display: inline-block;
}

.author-img img {
    width: 100%;
    /*height: 150px;*/
}

.agent-propertie-wrap h4.company {
    height: 50px;
    text-overflow: initial;
    white-space: normal;
    padding: 0 10px;
    font-size: 16px;
}

.author-wrap p.font-sm {
    font-size: 12px;
    line-height: 18px;
}

.col-qy-bk {
    background: #e70310;
    height: 84px;
    line-height: 84px;
    text-align: center;
    color: #fff;
}

.col-qy-bk b {
    font-size: 18px;
    display: block;
}

.partyBuild .row {
    margin-bottom: 20px;
}

.author-wrap p {
    font-size: 12px;
    padding: 10px;
    float: left;
}

.detailTime {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.blog-details-area .blog-content h3.detailTitle {
    white-space: normal;
}

.post-content h6 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mainmenu {
    position: fixed;
    right: 22%;
    top: 0;
    z-index: 9999;
}

.slider-items img {
    width: 100%;
    display: block;
}

.owl-carousel .owl-item img {
    width: 100%;
    display: block;
}

@media (max-width: 640px) {
    .blog-content p img {
        width: 100%;
        display: block;
    }

    .footerNav {
        max-width: 50%;
    }

    .agent-propertie-active .owl-nav div {
        position: absolute;
        left: 5px;
        top: 50%;
        color: #fff;
        text-align: center;
        height: 25px;
        font-size: 14px;
        width: 25px;
        line-height: 23px;
        /*background: #e70310;*/
        background: url("../images/left.png");
        border-radius: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }

    /*.agent-propertie-active .owl-nav div:hover {*/
    /*background: #e70310;*/
    /*}*/
    .agent-propertie-active .owl-nav div.owl-next {
        left: auto;
        right: 5px;
        background: url("../images/right.png");
    }
}

.blog-content span.detailTime {
    color: #999;
}

.blog-content span.detailTime b {
    margin: 0 5px 0 20px;
}

.comps {
    border: none;
}

.owl-carousel .owl-item .comps img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto;
}

/**后期修改**/
.navtitle {
    border-bottom: 1px #e0e0e0 solid;
    color: #cccccc;
    font-size: 12px;
}

.navtitle b {
    border-bottom: 2px #ff0000 solid;
    line-height: 40px;
    display: inline-block;
    color: #000;
    font-size: 18px;
    padding-right: 8px;
}

.navtitle a {
    color: #000;
}

.navtitle a:hover {
    color: #e70310;
}

.navmarg {
    margin-bottom: 15px;
}

.comment-main {
    margin: 10px 0;
}

.sewl-comments-meta p.charts {
    text-align: right;
}

.sewl-comments-meta p.charts img {
    vertical-align: middle;
    margin-right: 5px;
}

.sewl-comments-meta p.charts a {
    margin-left: 20px;
    display: inline-block;
}

.comment-wrap {
    margin-bottom: 0;
}

.sewl-comments-meta h4 {
    color: #000;
}

.author-wrap h2 {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.author-wrap p.jsh {
    padding: 0;
    position: relative;
    line-height: 22px;
    overflow: hidden;
    height: 44px;
    text-overflow: ellipsis;
    white-space: normal;
}

.author-wrap p.charts {
    position: absolute;
    right: 10px;
    bottom: 0px;
    padding: 0;
    background: #fff;
    padding-left: 80px;
}

.author-wrap p.charts a {
    display: inline-block;
    margin-left: 20px;
}

.comment-image {
    position: relative;
}

.comment-image img {
    width: 300px;
    height: 150px;
    display: inline-block;
}

.comment-image .numberPosi {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
}

.comment-image .numberPosi img {
    width: 50px;
    height: 50px;
}

.col-qy-bk b.num {
    font-size: 24px;
    display: block;
    font-weight: normal;
}

.comment.even.thread-even.depth-1 {
    margin-top: 0;
}

.contact-wrap ul li {
    color: #000;
}

.service-img {
    position: relative;
    display: inline-block;
}

.service-back {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 25px;
    background: #000;
    opacity: 0.4;
    display: inline-block;
    width: 100%;
}

.service-title {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    width: 100%;
}

.service-bussinc {
    position: absolute;
    text-align: center;
    left: 0;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    font-size: 16px;
    text-shadow: 0 5px 10px #000;
}

.service-content p.nr {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    height: 75px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.service-none {
    border: none;
    margin-bottom: 8px;
}

.service-none:hover {
    border: none;
    box-shadow: none;
}

.widUl {
    margin-bottom: 0;
}

.widUl li {
    padding: 0;
    line-height: 25px;
    height: 25px;
    border-bottom: none;
    overflow: hidden;
}

.widUl li span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 30px;
    float: left;
    width: 60%;
}

.widUl li samp {
    width: 80px;
    float: right;
    text-align: right;
    font-family: "微软雅黑";
    font-size: 12px;
}

.widUl li b {
    font-weight: normal;
    padding-right: 8px;
}

.widget-title {
    margin-bottom: 15px;
}

.contsmain {
    margin-top: 30px;
}

.comment-area p.comentPi {
    height: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}

.comentUl {
    margin-top: 20px;
    padding-bottom: 20px;
}

.lmnews {
    max-height: 150px;
}

.comment-image img.smallImg {
    width: 100px;
    height: 100px;
}

.author-wrap h2.nones {
    line-height: 20px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
/**图片轮播**/
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide span {
    position: absolute;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    line-height: 40px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.blog-article {
    border-bottom: 1px #ccc solid;
}
.blog-news {
    margin-top: 30px;
}
h3.xgnews {
    margin-bottom: 10px;
}

/**适配手机**/
@media (max-width: 575px) {
    .comment-theme {
        width: 100%;
    }

    .lmnews {
        width: 100%;
        max-height: initial;
    }

    .comment-image img {
        width: 100%;
        height: auto;
    }

    .comment-image img.smallImg {
        width: 100%;
        height: auto;
    }

    .contact-wrap {
        margin-top: 50px;
    }

    .service-img img {
        width: 100%;
        max-height: initial;
    }

    .ptb-100 {
        padding: 30px 0 0 0;
    }

    .author-wrap p.charts {
        padding-left: 0;
        position: initial;
    }

    .author-wrap p.jsh {
        height: 45px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .col-qy-bk {
        height: 0;
        line-height: 0;
        display: none;
    }

    .blog-page {
        padding: 10px 0 0 0;
    }

    .widget {
        margin-bottom: 0;
    }

    .widget-title {
        line-height: 45px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 30px;
        left: 0;
        width: 100%
    }
    .swiper-slide span {
        font-size: 12px;
        line-height: 25px;
    }
}


.widget_categories ul.widUl li, .widget_archive ul.widUl li {
    padding: 0;
}

#contactMap{height:400px;}
.next-prev-style {
    height: 200px;
    overflow: hidden;
}


/**新加首页弹框**/
.xufc {
    position: fixed;
    right: 0;
    top: 45%;
    width: 16%;
    z-index: 999;
}
  #modal-container {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 1;
    z-index: 9999;
  }
  #modal-container.six {
    transform: scale(1);
  }
  #modal-container.six .modal-background {
    background: rgba(0, 0, 0, 0);
    animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  #modal-container.six .modal-background .modal {
    background-color: transparent;
    animation: modalFadeIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  #modal-container.six .modal-background .modal h2, #modal-container.six .modal-background .modal p {
    opacity: 0;
    position: relative;
    animation: modalContentFadeIn 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  #modal-container.six .modal-background .modal .modal-svg rect {
    animation: sketchIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  #modal-container.six.out {
    animation: quickScaleDown 0s .5s linear forwards;
  }
  #modal-container.six.out .modal-background {
    animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  #modal-container.six.out .modal-background .modal {
    animation: modalFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  #modal-container.six.out .modal-background .modal h2, #modal-container.six.out .modal-background .modal p {
    animation: modalContentFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  #modal-container.six.out .modal-background .modal .modal-svg rect {
    animation: sketchOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  #modal-container .modal-background {
    display: table-cell;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    vertical-align: middle;
  }
  #modal-container .modal-background .modal {
    background: white;
    /* padding: 50px; */
    display: inline-block;
    border-radius: 3px;
    font-weight: 300;
    position: relative;
  }
  #modal-container .modal-background .modal h2 {
    margin-bottom: 0;
  }
  #modal-container .modal-background .modal p {
    font-size: 18px;
    line-height: 22px;
  }
  #modal-container .modal-background .modal .modal-svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 3px;
  }
  #modal-container .modal-background .modal .modal-svg rect {
    stroke: #fff;
    stroke-width: 2px;
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
  }
  
  
  @keyframes unfoldIn {
    0% {
      transform: scaleY(0.005) scaleX(0);
    }
    50% {
      transform: scaleY(0.005) scaleX(1);
    }
    100% {
      transform: scaleY(1) scaleX(1);
    }
  }
  @keyframes unfoldOut {
    0% {
      transform: scaleY(1) scaleX(1);
    }
    50% {
      transform: scaleY(0.005) scaleX(1);
    }
    100% {
      transform: scaleY(0.005) scaleX(0);
    }
  }
  @keyframes zoomIn {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes zoomOut {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes fadeIn {
    0% {
      background: rgba(0, 0, 0, 0);
    }
    100% {
      background: rgba(0, 0, 0, 0.7);
    }
  }
  @keyframes fadeOut {
    0% {
      background: rgba(0, 0, 0, 0.7);
    }
    100% {
      background: rgba(0, 0, 0, 0);
    }
  }
  @keyframes scaleUp {
    0% {
      transform: scale(0.8) translateY(1000px);
      opacity: 0;
    }
    100% {
      transform: scale(1) translateY(0px);
      opacity: 1;
    }
  }
  @keyframes scaleDown {
    0% {
      transform: scale(1) translateY(0px);
      opacity: 1;
    }
    100% {
      transform: scale(0.8) translateY(1000px);
      opacity: 0;
    }
  }
  @keyframes scaleBack {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0.85);
    }
  }
  @keyframes scaleForward {
    0% {
      transform: scale(0.85);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes quickScaleDown {
    0% {
      transform: scale(1);
    }
    99.9% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes slideUpLarge {
    0% {
      transform: translateY(0%);
    }
    100% {
      transform: translateY(-100%);
    }
  }
  @keyframes slideDownLarge {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0%);
    }
  }
  @keyframes moveUp {
    0% {
      transform: translateY(150px);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes moveDown {
    0% {
      transform: translateY(0px);
    }
    100% {
      transform: translateY(150px);
    }
  }
  @keyframes blowUpContent {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    99.9% {
      transform: scale(2);
      opacity: 0;
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes blowUpContentTwo {
    0% {
      transform: scale(2);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes blowUpModal {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes blowUpModalTwo {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(0);
      opacity: 0;
    }
  }
  @keyframes roadRunnerIn {
    0% {
      transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
    }
    70% {
      transform: translateX(30px) skewX(0deg) scaleX(0.9);
    }
    100% {
      transform: translateX(0px) skewX(0deg) scaleX(1);
    }
  }
  @keyframes roadRunnerOut {
    0% {
      transform: translateX(0px) skewX(0deg) scaleX(1);
    }
    30% {
      transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
    }
    100% {
      transform: translateX(1500px) skewX(30deg) scaleX(1.3);
    }
  }
  @keyframes sketchIn {
    0% {
      stroke-dashoffset: 778;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  @keyframes sketchOut {
    0% {
      stroke-dashoffset: 0;
    }
    100% {
      stroke-dashoffset: 778;
    }
  }
  @keyframes modalFadeIn {
    0% {
      background-color: transparent;
    }
    100% {
      background-color: white;
    }
  }
  @keyframes modalFadeOut {
    0% {
      background-color: white;
    }
    100% {
      background-color: transparent;
    }
  }
  @keyframes modalContentFadeIn {
    0% {
      opacity: 0;
      top: -20px;
    }
    100% {
      opacity: 1;
      top: 0;
    }
  }
  @keyframes modalContentFadeOut {
    0% {
      opacity: 1;
      top: 0px;
    }
    100% {
      opacity: 0;
      top: -20px;
    }
  }
  @keyframes bondJamesBond {
    0% {
      transform: translateX(1000px);
    }
    80% {
      transform: translateX(0px);
      border-radius: 75px;
      height: 75px;
      width: 75px;
    }
    90% {
      border-radius: 3px;
      height: 182px;
      width: 247px;
    }
    100% {
      border-radius: 3px;
      height: 162px;
      width: 227px;
    }
  }
  @keyframes killShot {
    0% {
      transform: translateY(0) rotate(0deg);
      opacity: 1;
    }
    100% {
      transform: translateY(300px) rotate(45deg);
      opacity: 0;
    }
  }
  @keyframes fadeToRed {
    0% {
      box-shadow: inset 0 0 0 rgba(201, 24, 24, 0.8);
    }
    100% {
      box-shadow: inset 0 2000px 0 rgba(201, 24, 24, 0.8);
    }
  }
  @keyframes slowFade {
    0% {
      opacity: 1;
    }
    99.9% {
      opacity: 0;
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }

.closeDiv {
    color: #fff;
    font-size: 40px;
    /* font-weight: bold; */
    margin-bottom: 10px;
    cursor: pointer;
}
.service-content h3.specialNr {
    line-height: 30px;
    text-align: center;
    height: 30px;
    padding-bottom: 0;
}
.newspe-img {
    position: inherit;
    display: block;
}
.newspe-img img {
    max-height: 200px;
}
.newspe-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    zoom: 1;
}

/* 首页漂浮广告 */
/* .floatingAd .ad{z-index:100;background:none;position:absolute;display:none;}
.floatingAd a{color:#000000; display:inline-block;text-decoration:none;}
.floatingAd a img{border:0;}
.floatingAd .close{display:none;} */